home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
util
/
misc
/
PowerInstaller.lha
/
PowerInstaller
/
DemoScripts
/
RadioGAGA.script
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-16
|
314 b
|
25 lines
;
; PowerInstaller Script
;
; Name: Radio GAGA Demo
;
; Author: Fabio Rotondo
;
; Descr: Radio command at work
;
BeginGUI Main
Message "Please, select one option!"
Radio "Option 0"
Radio "Option 1"
Radio "Option 2"
EndGUI
BeginGUI results
Message "Option chosen: $Result"
EndGUI